NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Fork of Vylda's GME fork.
<div>
element inside Stylus' <style>
and dashboard wasn't showing up because of that)0.9.1.2 (2022-10-17): Fixed GME integration to a minimap in a listing after a (not very recent) site update.
0.9.1.1: There was line adding some kind of map metadata to all links in listing (e.g. spoiler images) and many links didn't work because of that. Removed adding that to all links.
*) Stylus?
I inject this CSS to geocaching.com/map page using Stylus extension to make geocaches' icons more noticeable because they are quite washed out by default:
You can try it yourself!
@-moz-document url-prefix("https://www.geocaching.com/map/") {
.leaflet-layer[style$="z-index: 99;"]
{
filter: brightness(0.88) contrast(130%);
}
}
Rating: 0